internal/runtime/maps.Map.getWithoutKeySmallFastStr (method)

3 uses

	internal/runtime/maps (current package)
		runtime_faststr.go#L15: func (m *Map) getWithoutKeySmallFastStr(typ *abi.MapType, key string) unsafe.Pointer {
		runtime_faststr.go#L118: 		elem := m.getWithoutKeySmallFastStr(typ, key)
		runtime_faststr.go#L178: 		elem := m.getWithoutKeySmallFastStr(typ, key)